Skip to content

Commit 0c7a82c

Browse files
committed
ci: Use a mirror for musl
We pretty often get at least one job failed because of failure to pull the musl git repo. Switch this to the unofficial mirror [1] which should be more reliable. Link: https://github.com/kraj/musl [1]
1 parent b185e89 commit 0c7a82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/update-musl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -eux
55

6-
url=git://git.musl-libc.org/musl
6+
url=https://github.com/kraj/musl.git
77
ref=c47ad25ea3b484e10326f933e927c0bc8cded3da
88
dst=crates/musl-math-sys/musl
99

0 commit comments

Comments
 (0)