From 45fd058946408cb42eab092d4684c4b8bb0db7d8 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 6 Jun 2017 10:40:19 +0200 Subject: [PATCH] update install.sh --- release/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/install.sh b/release/install.sh index b3f2892254..9d56b7edbf 100755 --- a/release/install.sh +++ b/release/install.sh @@ -1,7 +1,7 @@ #!/bin/bash GO_AMD64=https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz -GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz +GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-386.tar.gz ARCH=$(uname -m) GO_CUR=${GO_AMD64}