Skip to content

Commit b12fe72

Browse files
update base url
1 parent 04198c9 commit b12fe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function getBinaryURL(versionToGet: string = "x", options: Intern
5252
const isDMR = satisfies(selectedVersion, DMR_MYSQL_VERSIONS)
5353

5454
if (currentOS === 'win32') {
55-
url = `https://cdn.mysql.com//Downloads/MySQL-${major(selectedVersion)}.${minor(selectedVersion)}/mysql-${selectedVersion}${isRC ? '-rc' : isDMR ? '-dmr' : ''}-winx64.zip`
55+
url = `https://cdn.mysql.com/archives/mysql-${major(selectedVersion)}.${minor(selectedVersion)}/mysql-${selectedVersion}${isRC ? '-rc' : isDMR ? '-dmr' : ''}-winx64.zip`
5656

5757
}
5858

0 commit comments

Comments
 (0)