diff --git a/bootstrap-haskell.ps1 b/bootstrap-haskell.ps1 index 4d269ae..d2967e1 100644 --- a/bootstrap-haskell.ps1 +++ b/bootstrap-haskell.ps1 @@ -93,7 +93,7 @@ function Get-FileWCSynchronous{ $ErrorActionPreference = 'Stop' -$GhcupDir = "$env:HOMEDRIVE\ghcup" +$GhcupDir = "C:\ghcup" $MsysDir = ('{0}\msys64' -f $GhcupDir) $Bash = ('{0}\usr\bin\bash' -f $MsysDir)