Skip to content

Commit d1f9307

Browse files
authored
Update zlib tar source
1 parent fcfba92 commit d1f9307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library_builders.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function build_zlib {
243243

244244
ZLIB_VERSION="1.3.1"
245245

246-
curl -sLO https://zlib.net/fossils/zlib-$ZLIB_VERSION.tar.gz
246+
curl -sLO https://github.com/madler/zlib/archive/refs/tags/v${ZLIB_VERSION}.tar.gz
247247
file zlib*.tar.gz
248248
tar xzf zlib-$ZLIB_VERSION.tar.gz
249249
rm zlib*.tar.gz

0 commit comments

Comments
 (0)