Skip to content

Commit

Permalink
fix: Fix zlib download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Oct 31, 2023
1 parent adb037e commit 05a7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graalvm/build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export CC=$TOOLCHAIN_DIR/bin/gcc

zlib='zlib-1.2.13'
zlibtargz=$zlib.tar.gz
curl https://zlib.net/$zlibtargz --output $zlibtargz
curl https://zlib.net/fossils/$zlibtargz --output $zlibtargz
tar -xf $zlibtargz

(
Expand Down

0 comments on commit 05a7290

Please sign in to comment.