From 3b4fff7afb91be900e408c4fa129a09bb5205e13 Mon Sep 17 00:00:00 2001 From: Ivan Ganev Date: Thu, 10 Nov 2022 16:55:04 -0800 Subject: Switch musl upstream URL from git:// to https:// This was the only such upstream URL and it caused issues for anyone attempting to use it behind a proxy. Fixes #1155. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f786e56..a399bf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,7 +26,7 @@ url = https://gitlab.com/qemu-project/qemu.git [submodule "musl"] path = musl - url = git://git.musl-libc.org/musl + url = https://git.musl-libc.org/git/musl branch = master [submodule "spike"] path = spike -- cgit v1.1