Update download_dependencies.sh to prevent crash from 403 (#16084)
* Update download_dependencies.sh for eigen The eigen bitbucket seems to have changed causing the scrip to crash with a unrecognized archive error. Changing to grep -v mirror.bazel seems to fix this because otherwise we get a 403 forbidden error. * Update download_dependencies.sh
Loading
Please sign in to comment