PowerShell webrequest

curl <your url here> -o <the desired destination path here>
#you can use curl or wget. curl is an alias for "Invoke-WebRequest"
Lucas Gomes