From 53bb0b0ac795ddaeac5b7a941a593cfe1013aa9b Mon Sep 17 00:00:00 2001 From: Jason Blackwell Date: Mon, 30 Jan 2017 18:44:55 -0600 Subject: [PATCH] update musl-cross to github maintained mirror Signed-off-by: Trammell Hudson --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index d1efbf3..267d084 100755 --- a/bootstrap +++ b/bootstrap @@ -11,7 +11,7 @@ die() { echo >&2 "$@"; exit 1; } if [ ! -d build/musl-cross ]; then cd build - hg clone https://bitbucket.org/GregorR/musl-cross \ + git clone https://github.com/GregorR/musl-cross.git \ || die "clone failed" cd musl-cross