diff --git a/bootstrap-haskell.ps1 b/bootstrap-haskell.ps1
index 4d269ae5cb9c21f531b6d336466739805a37c45c..d2967e17e3f703c0ffa97a188a4a05a0c4bb61c9 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)