Skip to content

Commit 1227a5a

Browse files
committed
Host aarch64-linux-musl-cross.tgz somewhere else than musl.cc
1 parent 9104772 commit 1227a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
aarch64-unknown-linux-musl)
6464
mkdir -p $HOME/.local
6565
66-
curl -o /tmp/musl.tgz https://musl.cc/aarch64-linux-musl-cross.tgz
66+
curl -L -o /tmp/musl.tgz https://github.com/marco-c/aarch64-linux-musl-cross/raw/refs/heads/main/aarch64-linux-musl-cross.tgz
6767
tar -xzf /tmp/musl.tgz -C $HOME/.local
6868
echo "$HOME/.local/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH
6969

0 commit comments

Comments
 (0)