From 9833dee925de729b209523803981689246d09498 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 30 Nov 2021 21:35:33 +0100 Subject: [PATCH] Fix freebsd bootstrap --- scripts/bootstrap/bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 8286076..7164bef 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -238,7 +238,7 @@ download_ghcup() { *) die "Unknown architecture: ${arch}" ;; esac - _url=${base_url}/${ghver}/x86_64-portbld-freebsd${freebsd_ver}-ghcup-${ghver} + _url=${base_url}/${ghver}/x86_64-freebsd${freebsd_ver}-ghcup-${ghver} ;; "Darwin"|"darwin") case "${arch}" in