From d3a1115b9935cf7f97699b61b431055f121c40ed Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 4 Feb 2023 01:00:52 +0800 Subject: [PATCH] Fix FreeBSD URL --- 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 cd8d61b..fa8450d 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -293,7 +293,7 @@ download_ghcup() { *) die "Unknown architecture: ${arch}" ;; esac - _url=${GHCUP_BASE_URL}/${ghver}/x86_64-freebsd-ghcup-${ghver} + _url=${GHCUP_BASE_URL}/${ghver}/x86_64-portbld-freebsd-ghcup-${ghver} ;; "Darwin"|"darwin") case "${arch}" in