Skip to content

Commit

Permalink
chore(release) update zlib releases url
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 19, 2023
1 parent e7e9232 commit db6f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ build_static_binary() {
# zlib

download zlib-$ZLIB_VER.tar.gz \
"https://www.zlib.net/zlib-$ZLIB_VER.tar.gz"
"https://www.zlib.net/fossils/zlib-$ZLIB_VER.tar.gz"

if [ ! -d "zlib-$ZLIB_VER" ]; then
tar -xf zlib-$ZLIB_VER.tar.gz
Expand Down

0 comments on commit db6f6d2

Please sign in to comment.