From 456ff9378e0da94b4ce33b8b34ddd13a04b5abca Mon Sep 17 00:00:00 2001 From: Accelerator Date: Tue, 16 Jul 2024 13:39:22 +0300 Subject: [PATCH] Typo fix --- tools/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index c6877ea89d..1149bbd2fb 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -85,7 +85,7 @@ elif [ $iswin -eq 1 ]; then mysqlver=mysql-5.5.62-winx64 mysqlurl=https://cdn.mysql.com/archives/mysql-5.5/$mysqlver.$archive_ext else - mysqlver=mysql-5.7.44-linux-glibc2.12-i686 + mysqlver=mysql-5.7.44-linux-glibc2.12-x86_64 mysqlurl=https://cdn.mysql.com/archives/mysql-5.7/$mysqlver.$archive_ext fi if [ $download_mysql -eq 1 ]; then