Skip to content

Commit ad687d9

Browse files
committed
Update zlib version
Signed-off-by: Min Lim <min.yeol.lim@intel.com>
1 parent 900c70e commit ad687d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare_machine-unknown-linux-musl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apk add --no-cache musl-dev make git curl # git & curl used by next scripts
3535

3636
mkdir builds && cd builds
3737

38-
ZLIB_VERSION="1.3.1"
38+
ZLIB_VERSION="1.3.2"
3939
ZLIB_FILE="zlib-$ZLIB_VERSION.tar.xz"
4040
curl "https://zlib.net/$ZLIB_FILE" > $ZLIB_FILE
4141
tar -xf "$ZLIB_FILE"

0 commit comments

Comments
 (0)