chia-plotter
chia-plotter copied to clipboard
wget: missing URL
It appears WGET doesn't solve this URL and it says it's missing!
https://raw.githubusercontent.com/facebookincubator/fizz/master/build/fbcode_builder/CMake/FindSodium.cmake
The complete syntax is:
wget
https://raw.githubusercontent.com/facebookincubator/fizz/master/build/fbcode_builder/CMake/FindSodium.cmake -O /opt/homebrew/Cellar/cmake/3.21.1/share/cmake/Modules/FindSodium.cmake
Works just fine for me. Are you sure it's not just an issue on your end? What does nslookup raw.githubusercontent.com return?
Hi!
It returns:
12:50:16 ❯ nslookup raw.githubusercontent.com Server: 10.0.1.1 Address: 10.0.1.1#53
Non-authoritative answer: Name: raw.githubusercontent.com Address: 185.199.110.133 Name: raw.githubusercontent.com Address: 185.199.111.133 Name: raw.githubusercontent.com Address: 185.199.109.133 Name: raw.githubusercontent.com Address: 185.199.108.133
I just checked again and still weget returns missing URL. What is interesting is that even with this fail the plotter compiles just fine.