We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900c70e commit ad687d9Copy full SHA for ad687d9
1 file changed
scripts/prepare_machine-unknown-linux-musl.sh
@@ -35,7 +35,7 @@ apk add --no-cache musl-dev make git curl # git & curl used by next scripts
35
36
mkdir builds && cd builds
37
38
-ZLIB_VERSION="1.3.1"
+ZLIB_VERSION="1.3.2"
39
ZLIB_FILE="zlib-$ZLIB_VERSION.tar.xz"
40
curl "https://zlib.net/$ZLIB_FILE" > $ZLIB_FILE
41
tar -xf "$ZLIB_FILE"
0 commit comments