Skip to content

Commit

Permalink
chore(build): Use stable URL for Zlib source code
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Jan 25, 2024
1 parent d7dc4be commit 5130340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
curl -LOJ http://more.musl.cc/10/x86_64-linux-musl/x86_64-linux-musl-native.tgz
tar -xvf x86_64-linux-musl-native.tgz
curl -LOJ https://zlib.net/zlib-1.3.tar.gz
curl -LOJ https://zlib.net/fossils/zlib-1.3.tar.gz
tar -xzf zlib-1.3.tar.gz
cd zlib-1.3
Expand Down

0 comments on commit 5130340

Please sign in to comment.