According to this gist, you can use wget or cURL:
In the command line, run either:
wget --no-check-certificate --content-disposition https://URL-from-step3/
curl -LJO https://URL-from-step3/
One more: in RHEL7.6, run the following:
wget https://URL-from-step3/ --output-document=FILE_NAME