update musl-cross to github maintained mirror

Signed-off-by: Trammell Hudson <trammell.hudson@twosigma.com>
This commit is contained in:
Jason Blackwell 2017-01-30 18:44:55 -06:00 committed by Trammell Hudson
parent bdf8a6c978
commit 53bb0b0ac7
Failed to extract signature

View File

@ -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