From a5e0fe8f44beeda29f54eb827aacee61bda546d5 Mon Sep 17 00:00:00 2001 From: Vijay Date: Wed, 14 Jul 2021 02:26:22 +0530 Subject: [PATCH] Update MUSL_REPO Fixes make failure after enabling "MUSL_VER = git-master" in config.mak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ee8e42..648c49e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ MPFR_SITE = $(GNU_SITE)/mpfr ISL_SITE = http://isl.gforge.inria.fr/ MUSL_SITE = https://musl.libc.org/releases -MUSL_REPO = git://git.musl-libc.org/musl +MUSL_REPO = https://git.musl-libc.org/cgit/musl LINUX_SITE = https://cdn.kernel.org/pub/linux/kernel LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/