When using native-image with musl one has to use a version of zlib. Setup-musl uses that here: https://github.com/graalvm/setup-graalvm/blob/bbe485154cc6f7b3eca0c963b172e94a3fed4ddc/src/features.ts#L28 But the specific version 1.2.11 is no longer available. Upgrading to 1.2.12 breaks my binary when it tries to decompress a gzip stream, as you can see in the tests here: https://app.circleci.com/pipelines/github/babashka/babashka/5504/workflows/37d41683-acd9-4183-944d-8013036426d7/jobs/27500 I'm using GraalVM 22.0.0.2 on linux. /cc @fniephaus