From 93935fe8e7f8c48165cfde1a44f641ea80fd98c0 Mon Sep 17 00:00:00 2001
From: Jordan Power <49189932+jsypower@users.noreply.github.com>
Date: Mon, 3 Jun 2019 10:53:13 +0100
Subject: [PATCH] Changed musl-cross repo

Takeshixx/musl-cross repo no longer exists. Changed script back to use GregorR/musl-cross repo.
---
 recipes/nmap/linux_x86/build_x86.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes/nmap/linux_x86/build_x86.sh b/recipes/nmap/linux_x86/build_x86.sh
index 86f0acf..9518f07 100644
--- a/recipes/nmap/linux_x86/build_x86.sh
+++ b/recipes/nmap/linux_x86/build_x86.sh
@@ -6,8 +6,7 @@ NMAP_COMMIT=
 
 fetch(){
     if [ ! -d "/build/musl" ];then
-        #git clone https://github.com/GregorR/musl-cross.git /build/musl
-        git clone https://github.com/takeshixx/musl-cross.git /build/musl
+        git clone https://github.com/GregorR/musl-cross.git /build/musl
     fi
     if [ ! -d "/build/openssl" ];then
         git clone https://github.com/drwetter/openssl-pm-snapshot.git /build/openssl