Looks like you've set the bundle bit on your folder somehow (visible in the Info window: Kind: Package).
Some applications prefer (or create) a package instead of a folder, which can be double clicked to open a whole library folder in an application (iPhoto for example) and maybe to make it harder for the user to mess with its content(?).
To remove the bit run the following command in Terminal (/Applications/Utilities/Terminal.app, or search in Spotlight):
SetFile -a b ~/Downloads
SetFile is part of the command line tools.
Without the command line tools installed, a popup should ask you if you want to download them. Allow this and try again.
Since there were recent issues, downloading the Developer Tools via Terminal, here's a link to the downloads page with search for the command line tools:
https://developer.apple.com/download/all/?q=command%20line%20tools
Another way to remove the bundle bit - since it's an extended attribute - would be to remove the FinderInfo attribute:
xattr -d com.apple.FinderInfo ~/Downloads