i recently downloaded bitcoin core via https://bitcoincore.org/bin/bitcoin-core-31.0/
i downloaded: bitcoin-31.0-arm64-apple-darwin.zip for my machine
when i unzipped it, it created the bitcoinqt app only. i don't see any other files/folders that were created besides that.
i was expecting it to create a folder directory like below:
bitcoin-31.0/
├── bin/
│ ├── bitcoind
│ ├── bitcoin-cli
│ └── ...
because i want to use bitcoind, not bitcoinqt. i remember before it always created a bitcoind and the other stuff. now i just see the bitcoinqt app.