diff --git a/lib/ruby_wasm/build/product/zlib.rb b/lib/ruby_wasm/build/product/zlib.rb index 457843f89f..e692035c3c 100644 --- a/lib/ruby_wasm/build/product/zlib.rb +++ b/lib/ruby_wasm/build/product/zlib.rb @@ -46,7 +46,7 @@ def build(executor) "-o", tarball_path, "-L", - "https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz" + "https://github.com/madler/zlib/releases/download/v#{ZLIB_VERSION}/zlib-#{ZLIB_VERSION}.tar.gz" executor.system "tar", "xzf", tarball_path,