Skip to content

Commit

Permalink
Merge pull request #421 from codacy/fix/update-zlib-version-to-fix-404
Browse files Browse the repository at this point in the history
fix: Update zlib version to fix 404
  • Loading branch information
stefanvacareanu7 authored Oct 18, 2022
2 parents d9113cf + 7eff20e commit d192631
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 @@ -15,7 +15,7 @@ dest=/usr/local
make install
)

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

0 comments on commit d192631

Please sign in to comment.