From c0334e071a6661a1557347c6067f36c4a483ad1e Mon Sep 17 00:00:00 2001
From: Yorhel <git@yorhel.nl>
Date: Sun, 5 Apr 2015 10:22:38 +0200
Subject: [PATCH] static: Update to latest musl-cross version

---
 static/build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/build.sh b/static/build.sh
index 96b2856..f6760bd 100755
--- a/static/build.sh
+++ b/static/build.sh
@@ -5,7 +5,7 @@
 # x86_64 isn't really necessary. I can't test any other arches.
 
 
-MUSL_VERSION=0.9.9
+MUSL_VERSION=1.1.6
 NCURSES_VERSION=5.9
 
 export CFLAGS="-O3 -g -static"
@@ -73,7 +73,7 @@ getmusl() {
     arm)    DIR=arm-linux-musleabi ;;
     i486)   DIR=i486-linux-musl ;;
   esac
-  fem https://bitbucket.org/GregorR/musl-cross/downloads/ crossx86-$DIR-$MUSL_VERSION.tar.xz "musl-$TARGET" $DIR
+  fem https://googledrive.com/host/0BwnS5DMB0YQ6bDhPZkpOYVFhbk0/musl-$MUSL_VERSION/ crossx86-$DIR-$MUSL_VERSION.tar.xz "musl-$TARGET" $DIR
 }
 
 
-- 
GitLab