Skip to content

Commit 19688bc

Browse files
authored
Merge pull request #1156 from ibganev/fix-musl-upstream-url
Switch musl upstream URL from git:// to https://
2 parents c63d1b6 + 3b4fff7 commit 19688bc

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
@@ -26,7 +26,7 @@
2626
url = https://gitlab.com/qemu-project/qemu.git
2727
[submodule "musl"]
2828
path = musl
29-
url = git://git.musl-libc.org/musl
29+
url = https://git.musl-libc.org/git/musl
3030
branch = master
3131
[submodule "spike"]
3232
path = spike

0 commit comments

Comments
 (0)