From 82770314b9493d39da2eef51671a61629a50db31 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 1f8c63a673..7bf4815d41 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