Installing SDL with Visual Studio and mingw32

Hello, I have a problem with SDL2 installation on VS with mnigw32. I tried following tutorials but all were outdated since (I think) structure of SDL changed. I downloaded SDL2 from github. Went to SDL2-2.24.1\x86_64-w64-mingw32 and copied include, lib and STD2.dll to my project folder. I then went to project properties and set additional include directories in C/C++ to $(SolutionDir)include and in linker set additional library dirs to $(SolutionDir)lib , the thing is all the tutorials told me to go to lib/x64 but there is nothing like that in the github release. This is my lib folder