From 18a5f6f5eaac10e3f67355fe8a2d0343474f37af Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Wed, 4 Mar 2020 21:10:41 +0100 Subject: [PATCH] Fix MySQL connector link (#844) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 087c775f..4f5e965e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ install: - git clone https://github.com/alliedmodders/ambuild - git clone https://github.com/alliedmodders/metamod-hl1 - git clone https://github.com/alliedmodders/hlsdk -- ps: Start-FileDownload 'https://downloads.mysql.com/archives/get/file/mysql-connector-c-6.1.1-win32.zip' +- ps: Start-FileDownload 'https://downloads.mysql.com/archives/get/p/19/file/mysql-connector-c-6.1.1-win32.zip' - 7z x mysql-connector-c-6.1.1-win32.zip -o"mysql" - cd mysql - dir