I found the fix:
One of the first steps has you install or update ghcup.
Running the 2 lines below worked for me:
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
source ~/.bashrc
My node is currently building.
I found the fix:
One of the first steps has you install or update ghcup.
Running the 2 lines below worked for me:
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
source ~/.bashrc
My node is currently building.