From 97334a704a9b843d67aa222abe375be350b7d98f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 14 Dec 2022 10:54:03 +0900 Subject: [PATCH] Remove needless host_triple call --- main.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/main.sh b/main.sh index 5590a0f7..2e85f337 100755 --- a/main.sh +++ b/main.sh @@ -317,7 +317,6 @@ for tool in "${tools[@]}"; do # https://nexte.st/book/pre-built-binaries.html case "${OSTYPE}" in linux*) - host_triple case "${host_env}" in gnu) url="https://get.nexte.st/${version}/linux" ;; *) url="https://get.nexte.st/${version}/linux-musl" ;;