diff --git a/src/node/BrowserFetcher.ts b/src/node/BrowserFetcher.ts index 0aaeb5adc84b0..e4c2a1bf47c20 100644 --- a/src/node/BrowserFetcher.ts +++ b/src/node/BrowserFetcher.ts @@ -58,7 +58,7 @@ const browserConfig = { destination: '.local-chromium', }, firefox: { - host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-05-21-54-18-mozilla-central', + host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-06-09-41-30-mozilla-central/', destination: '.local-firefox', }, } as const;