I’m trying to install google chrome as part of a build step and it’s failing every time because https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb is returning a 404.
I’m using the circleci org CircleCI Developer Hub - circleci/browser-tools to install chrome, but I’ve verified that this URL (and similar URLs with legacy version numbers) is returning 404.
I’ve had this issue for almost 9 hours and it’s preventing builds on multiple projects.
I’m wondering if anyone else has had this problem and has got a workaround, or even a clue to what’s going on (e.g. is it a known issue at google, or an issue with CircleCI networking or…)