Skip to content

Commit 6329ab4

Browse files
committed
Use temporary stop gap for musl.cc downloads
Solution mentioned in #327
1 parent 9f69829 commit 6329ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Get musl ${{ matrix.arch }} cross-compilers
133133
run: |
134-
wget "https://musl.cc/${{matrix.arch}}-linux-musl-cross.tgz" -O "${{matrix.arch}}-linux-musl-cross.tgz"
134+
wget "https://musl.cc.timfish.dev/${{matrix.arch}}-linux-musl-cross.tgz" -O "${{matrix.arch}}-linux-musl-cross.tgz"
135135
tar -xf "${{matrix.arch}}-linux-musl-cross.tgz"
136136
137137
- name: Create precompiled ${{ matrix.arch }} library

0 commit comments

Comments
 (0)