From 28a911bcceb881300c9c7ee37f63846463b86d1e Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 18 Sep 2025 18:37:38 +0200 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1f8c63a67..7bf4815d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,7 +22,7 @@ url = https://github.com/tinygo-org/stm32-svd [submodule "lib/musl"] path = lib/musl - url = git://git.musl-libc.org/musl + url = https://github.com/tinygo-org/musl-libc.git [submodule "lib/binaryen"] path = lib/binaryen url = https://github.com/WebAssembly/binaryen.git