Try “curl -L -O” instead of just “curl -O”.
“-L” makes it follow redirects (which is what the 301 Moved Permanently indicates).
Try “curl -L -O” instead of just “curl -O”.
“-L” makes it follow redirects (which is what the 301 Moved Permanently indicates).