From 4bf96d0ec9bf5b168ac33b7e49e5b7d206f426dd Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 25 Feb 2021 19:19:53 +0100 Subject: [PATCH] Revert version bump in bootstrap script --- bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-haskell b/bootstrap-haskell index 519e175..7c39696 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -69,7 +69,7 @@ _done() { download_ghcup() { _plat="$(uname -s)" _arch=$(uname -m) - _ghver="0.1.13" + _ghver="0.1.12" _base_url="https://downloads.haskell.org/~ghcup" case "${_plat}" in