We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04198c9 commit b12fe72Copy full SHA for b12fe72
src/libraries/Version.ts
@@ -52,7 +52,7 @@ export default function getBinaryURL(versionToGet: string = "x", options: Intern
52
const isDMR = satisfies(selectedVersion, DMR_MYSQL_VERSIONS)
53
54
if (currentOS === 'win32') {
55
- url = `https://cdn.mysql.com//Downloads/MySQL-${major(selectedVersion)}.${minor(selectedVersion)}/mysql-${selectedVersion}${isRC ? '-rc' : isDMR ? '-dmr' : ''}-winx64.zip`
+ url = `https://cdn.mysql.com/archives/mysql-${major(selectedVersion)}.${minor(selectedVersion)}/mysql-${selectedVersion}${isRC ? '-rc' : isDMR ? '-dmr' : ''}-winx64.zip`
56
57
}
58
0 commit comments