Revert version bump in bootstrap script

This commit is contained in:
Julian Ospald 2021-02-25 19:19:53 +01:00
parent 34add82bee
commit 4bf96d0ec9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -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