Skip to content

Commit 03e5afe

Browse files
Use GitHub release tarball instead of zlib.net
Because zlib.net only provides the latest version of zlib and the old versions are not available after the new version is released.
1 parent 666dadd commit 03e5afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build/product/zlib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def build(executor)
4646
"-o",
4747
tarball_path,
4848
"-L",
49-
"https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz"
49+
"https://github.com/madler/zlib/releases/download/v#{ZLIB_VERSION}/zlib-#{ZLIB_VERSION}.tar.gz"
5050
executor.system "tar",
5151
"xzf",
5252
tarball_path,

0 commit comments

Comments
 (0)