Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
accelerator74 committed Jul 16, 2024
1 parent fc88530 commit 456ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkout-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 456ff93

Please sign in to comment.