Skip to content

Commit 28a911b

Browse files
committed
fix: point the submodule for musl-lib to a mirror in the TinyGo
GitHub org. The git server for git.musl-libc.org is having troubles, and it also seems like a safer bet to have our own mirror just in case. Signed-off-by: deadprogram <[email protected]>
1 parent eb36120 commit 28a911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
url = https://github.com/tinygo-org/stm32-svd
2323
[submodule "lib/musl"]
2424
path = lib/musl
25-
url = git://git.musl-libc.org/musl
25+
url = https://github.com/tinygo-org/musl-libc.git
2626
[submodule "lib/binaryen"]
2727
path = lib/binaryen
2828
url = https://github.com/WebAssembly/binaryen.git

0 commit comments

Comments
 (0)